home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Full / Computer Security Tool / ComputerSecurityTool-Setup.exe / {app} / CST.exe / 0 / RCDATA / TFRMRUNPROFILE / TFRMRUNPROFILE.txt
Encoding:
Text File  |  2006-02-10  |  4.2 KB  |  195 lines

  1. object frmRunProfile: TfrmRunProfile
  2.   Left = 355
  3.   Top = 256
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Run Custom Security Profile'
  7.   ClientHeight = 210
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   DesignSize = (
  18.     400
  19.     210)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblWarning: TRzLabel
  23.     Left = 15
  24.     Top = 184
  25.     Width = 77
  26.     Height = 13
  27.     Anchors = [akLeft, akBottom]
  28.     AutoSize = False
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clRed
  31.     Font.Height = -9
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     BlinkIntervalOff = 0
  36.     BlinkIntervalOn = 0
  37.   end
  38.   object RzLabel2: TRzLabel
  39.     Left = 15
  40.     Top = 16
  41.     Width = 153
  42.     Height = 13
  43.     Caption = 'Select a Custom Security Profile.'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -9
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     WordWrap = True
  51.     BlinkIntervalOff = 0
  52.     BlinkIntervalOn = 0
  53.   end
  54.   object RzLabel1: TRzLabel
  55.     Left = 15
  56.     Top = 48
  57.     Width = 25
  58.     Height = 26
  59.     Caption = 'File Path:'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -9
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     WordWrap = True
  67.     BlinkIntervalOff = 0
  68.     BlinkIntervalOn = 0
  69.   end
  70.   object lblFileName: TRzLabel
  71.     Left = 15
  72.     Top = 62
  73.     Width = 372
  74.     Height = 33
  75.     Anchors = [akLeft, akTop, akRight]
  76.     AutoSize = False
  77.     Color = clWhite
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -9
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentColor = False
  84.     ParentFont = False
  85.     WordWrap = True
  86.     BlinkIntervalOff = 0
  87.     BlinkIntervalOn = 0
  88.     BorderOuter = fsFlat
  89.     BorderColor = -1
  90.     BorderShadow = -1
  91.     BorderWidth = 1
  92.   end
  93.   object RzLabel3: TRzLabel
  94.     Left = 15
  95.     Top = 101
  96.     Width = 53
  97.     Height = 13
  98.     Caption = 'Description'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -9
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     WordWrap = True
  106.     BlinkIntervalOff = 0
  107.     BlinkIntervalOn = 0
  108.   end
  109.   object btnBrowse: TRzButton
  110.     Left = 179
  111.     Top = 9
  112.     Caption = 'Browse...'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -9
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     HotTrack = True
  119.     ParentFont = False
  120.     TabOrder = 0
  121.     OnClick = btnBrowseClick
  122.   end
  123.   object btnApply: TRzButton
  124.     Left = 232
  125.     Top = 178
  126.     ModalResult = 1
  127.     Anchors = [akRight, akBottom]
  128.     Caption = 'Apply Profile'
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clWindowText
  131.     Font.Height = -9
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     HotTrack = True
  135.     ParentFont = False
  136.     TabOrder = 1
  137.     OnClick = btnApplyClick
  138.   end
  139.   object btnView: TRzButton
  140.     Left = 148
  141.     Top = 178
  142.     Anchors = [akRight, akBottom]
  143.     Caption = 'View Profile'
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clWindowText
  146.     Font.Height = -9
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = []
  149.     HotTrack = True
  150.     ParentFont = False
  151.     TabOrder = 2
  152.     OnClick = btnViewClick
  153.   end
  154.   object memNotes: TRzMemo
  155.     Left = 15
  156.     Top = 116
  157.     Width = 375
  158.     Height = 49
  159.     Anchors = [akLeft, akTop, akRight, akBottom]
  160.     BevelEdges = []
  161.     BevelInner = bvNone
  162.     BevelOuter = bvNone
  163.     Ctl3D = False
  164.     Font.Charset = DEFAULT_CHARSET
  165.     Font.Color = -1
  166.     Font.Height = -9
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ParentCtl3D = False
  170.     ParentFont = False
  171.     ReadOnly = True
  172.     ScrollBars = ssVertical
  173.     TabOrder = 3
  174.   end
  175.   object btnClose: TRzButton
  176.     Left = 316
  177.     Top = 178
  178.     ModalResult = 2
  179.     Anchors = [akRight, akBottom]
  180.     Caption = 'Close'
  181.     Font.Charset = DEFAULT_CHARSET
  182.     Font.Color = clWindowText
  183.     Font.Height = -9
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     HotTrack = True
  187.     ParentFont = False
  188.     TabOrder = 4
  189.   end
  190.   object dlgOpen: TRzOpenDialog
  191.     Left = 16
  192.     Top = 8
  193.   end
  194. end
  195.